spcp7.imagegallery.abstractionlayer.exception
Class ContentCouldNotBeAccessedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
spcp7.imagegallery.abstractionlayer.exception.ContentCouldNotBeAccessedException
- All Implemented Interfaces:
- java.io.Serializable
public class ContentCouldNotBeAccessedException
- extends java.lang.Exception
If content somewhat cannot be accessed this exception will be thrown.
- Author:
- Phillip Merensky
- See Also:
Exception,
Serialized Form
| 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 |
ContentCouldNotBeAccessedException
public ContentCouldNotBeAccessedException()
ContentCouldNotBeAccessedException
public ContentCouldNotBeAccessedException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message - cause -
ContentCouldNotBeAccessedException
public ContentCouldNotBeAccessedException(java.lang.String message)
- Parameters:
message -
ContentCouldNotBeAccessedException
public ContentCouldNotBeAccessedException(java.lang.Throwable cause)
- Parameters:
cause -
Copyright © 2008. All Rights Reserved.