vc.corba.common
Class IgnorableException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--vc.corba.common.IgnorableException
All Implemented Interfaces:
java.io.Serializable

public class IgnorableException
extends java.lang.Exception

IgnorableException is a user defined exception class to send the warning using the exception handling mechanism. Where ever this exception is catched, there this exception will be ignored as this indicates that the condition is not critical.

See Also:
Serialized Form

Field Summary
 java.lang.String message
          String conveying the warning message
 
Constructor Summary
IgnorableException(java.lang.String message)
          Constructor building the exception object out of the warning message passed as the parameter.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

message

public java.lang.String message
String conveying the warning message
Constructor Detail

IgnorableException

public IgnorableException(java.lang.String message)
Constructor building the exception object out of the warning message passed as the parameter.
Parameters:
message - warning message that will be conveyed through this exception