Apache CXF API

org.apache.cxf.io
Class CacheSizeExceededException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.cxf.io.CacheSizeExceededException
All Implemented Interfaces:
Serializable

public class CacheSizeExceededException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
CacheSizeExceededException()
           
CacheSizeExceededException(String message)
           
CacheSizeExceededException(String message, Throwable cause)
           
CacheSizeExceededException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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
 

Constructor Detail

CacheSizeExceededException

public CacheSizeExceededException()

CacheSizeExceededException

public CacheSizeExceededException(String message)

CacheSizeExceededException

public CacheSizeExceededException(String message,
                                  Throwable cause)

CacheSizeExceededException

public CacheSizeExceededException(Throwable cause)

Apache CXF API

Apache CXF