com.ibm.premises.reusable.exceptions
Class ReusableComponentRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ibm.premises.reusable.exceptions.ReusableComponentRuntimeException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- BackendMethodNotImplementedException, VoidMethodNotSupportedException
public class ReusableComponentRuntimeException
- extends java.lang.RuntimeException
RUC runtime exceptions
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
COPYRIGHT
|
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 |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
ReusableComponentRuntimeException
public ReusableComponentRuntimeException()
ReusableComponentRuntimeException
public ReusableComponentRuntimeException(java.lang.String message)
- Parameters:
message
-
ReusableComponentRuntimeException
public ReusableComponentRuntimeException(java.lang.Throwable cause)
- Parameters:
cause
-
ReusableComponentRuntimeException
public ReusableComponentRuntimeException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message
- cause
-
Copyright © 2005 - 2009 IBM Corp. All Rights Reserved.