quoggles.exceptions
Class BoxCreationFailedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--quoggles.exceptions.QuogglesException
                    |
                    +--quoggles.exceptions.BoxCreationFailedException
All Implemented Interfaces:
java.io.Serializable

public class BoxCreationFailedException
extends QuogglesException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
BoxCreationFailedException()
           
BoxCreationFailedException(java.lang.String message)
           
BoxCreationFailedException(java.lang.Throwable ex)
           
 
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

BoxCreationFailedException

public BoxCreationFailedException()

BoxCreationFailedException

public BoxCreationFailedException(java.lang.String message)
Parameters:
message -

BoxCreationFailedException

public BoxCreationFailedException(java.lang.Throwable ex)
Parameters:
ex -