spcp7.imagegallery.abstractionlayer.exception
Class ContentCouldNotBeAccessedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

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

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.