com.lmax.disruptor
Class InsufficientCapacityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.lmax.disruptor.InsufficientCapacityException
All Implemented Interfaces:
java.io.Serializable

public class InsufficientCapacityException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
static InsufficientCapacityException INSTANCE
           
 
Method Summary
 java.lang.Throwable fillInStackTrace()
           
 
Methods inherited from class java.lang.Throwable
getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INSTANCE

public static final InsufficientCapacityException INSTANCE
Method Detail

fillInStackTrace

public java.lang.Throwable fillInStackTrace()
Overrides:
fillInStackTrace in class java.lang.Throwable


Copyright © 2011 LMAX Ltd. All Rights Reserved.