org.jdiameter.api
Class InternalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jdiameter.api.InternalException
All Implemented Interfaces:
java.io.Serializable

public class InternalException
extends java.lang.Exception

An exception that provides information on a stack error or other errors.

Version:
1.5.1 Final
See Also:
Serialized Form

Constructor Summary
InternalException()
          Default constructor
InternalException(java.lang.String message)
          Constructor with reason string
InternalException(java.lang.String message, java.lang.Throwable cause)
          Constructor with reason string and parent exception
InternalException(java.lang.Throwable cause)
          Constructor with parent exception
 
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
 

Constructor Detail

InternalException

public InternalException()
Default constructor


InternalException

public InternalException(java.lang.String message)
Constructor with reason string

Parameters:
message - reason string

InternalException

public InternalException(java.lang.String message,
                         java.lang.Throwable cause)
Constructor with reason string and parent exception

Parameters:
message - message reason string
cause - parent exception

InternalException

public InternalException(java.lang.Throwable cause)
Constructor with parent exception

Parameters:
cause - parent exception


Copyright © 2010. All Rights Reserved.