com.cafesoft.cams.access
Class ResourceTypeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.cafesoft.core.exception.NestedException
                    |
                    +--com.cafesoft.cams.access.ResourceTypeException
All Implemented Interfaces:
Serializable

public class ResourceTypeException
extends NestedException

ResourceType specific exception

Since:
7/30/03
See Also:
Serialized Form

Constructor Summary
ResourceTypeException()
          Construct a new ResourceTypeException with no other information.
ResourceTypeException(String message)
          Construct a new ResourceTypeException for the specified message.
ResourceTypeException(String message, Throwable cause)
          Construct a new ResourceTypeException for the specified message and throwable.
ResourceTypeException(Throwable cause)
          Construct a new ResourceTypeException for the specified throwable.
 
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

ResourceTypeException

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


ResourceTypeException

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

Parameters:
message - a message describing this exception

ResourceTypeException

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

Parameters:
cause - throwable that caused this exception

ResourceTypeException

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

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


Generated on 10:40:31 AM September 10, 2003, © 1996-2003 Cafésoft LLC. All rights reserved.