org.apache.struts2.showcase.exception
Class DeleteException

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.DeleteException
All Implemented Interfaces:
java.io.Serializable

public class DeleteException
extends StorageException

DeleteException.

See Also:
Serialized Form

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

DeleteException

public DeleteException(java.lang.String message)

DeleteException

public DeleteException(java.lang.Throwable cause)

DeleteException

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


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