org.apache.struts2.showcase.exception
Class StorageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.struts2.showcase.exception.StorageException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CreateException, DeleteException, UpdateException
public class StorageException
- extends Exception
StorageException.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
StorageException
public StorageException(String message)
StorageException
public StorageException(Throwable cause)
StorageException
public StorageException(String message,
Throwable cause)
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.