com.ibm.premises.reusable.exceptions
Class ReusableComponentRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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
           
 
Constructor Summary
ReusableComponentRuntimeException()
           
ReusableComponentRuntimeException(java.lang.String message)
           
ReusableComponentRuntimeException(java.lang.String message, java.lang.Throwable cause)
           
ReusableComponentRuntimeException(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
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Constructor Detail

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.