com.cafesoft.cams.access
Class InvalidResourceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.cafesoft.core.exception.NestedException
              extended by com.cafesoft.cams.access.InvalidResourceException
All Implemented Interfaces:
Serializable

public class InvalidResourceException
extends NestedException

InvalidResourceException indicates that a type of Resource is not known to the system or it's identifier is not valid for the Resource type.

See Also:
Serialized Form

Constructor Summary
InvalidResourceException()
          Construct a new InvalidResourceException with no other information.
InvalidResourceException(String message)
          Construct a new InvalidResourceException for the specified message.
InvalidResourceException(String message, Throwable cause)
          Construct a new InvalidResourceException for the specified message and throwable.
InvalidResourceException(Throwable cause)
          Construct a new InvalidResourceException for the specified throwable.
 
Method Summary
 
Methods inherited from class com.cafesoft.core.exception.NestedException
getCause, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidResourceException

public InvalidResourceException()
Construct a new InvalidResourceException with no other information.


InvalidResourceException

public InvalidResourceException(String message)
Construct a new InvalidResourceException for the specified message.

Parameters:
message - a message describing this exception

InvalidResourceException

public InvalidResourceException(Throwable cause)
Construct a new InvalidResourceException for the specified throwable.

Parameters:
cause - throwable that caused this exception

InvalidResourceException

public InvalidResourceException(String message,
                                Throwable cause)
Construct a new InvalidResourceException for the specified message and throwable.

Parameters:
message - message describing this exception
cause - throwable that caused this exception


Generated on 10:38:35 AM April 14, 2011, © 1996-2010 Cafésoft LLC. All rights reserved.