org.apache.struts2.showcase.exception
Class CreateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.struts2.showcase.exception.StorageException
              extended by org.apache.struts2.showcase.exception.CreateException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DuplicateKeyException

public class CreateException
extends StorageException

CreateException.

See Also:
Serialized Form

Constructor Summary
CreateException(java.lang.String message)
           
CreateException(java.lang.String message, java.lang.Throwable cause)
           
CreateException(java.lang.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

CreateException

public CreateException(java.lang.String message)

CreateException

public CreateException(java.lang.String message,
                       java.lang.Throwable cause)

CreateException

public CreateException(java.lang.Throwable cause)


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.