org.apache.struts2.showcase.exception
Class StorageException

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

public class StorageException
extends java.lang.Exception

StorageException.

See Also:
Serialized Form

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

StorageException

public StorageException(java.lang.String message)

StorageException

public StorageException(java.lang.Throwable cause)

StorageException

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


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