org.jdiameter.client.api.io
Class NotInitializedException

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

public class NotInitializedException
extends java.lang.Exception

Signals that an exception has occurred in a during start transport element. An NotInitializedException is thrown to indicate that transport element is not configured.

See Also:
Serialized Form

Constructor Summary
NotInitializedException()
          Create instance of class
NotInitializedException(java.lang.String message)
          Create instance of class with predefined parameters
NotInitializedException(java.lang.String message, java.lang.Throwable cause)
          Create instance of class with predefined parameters
NotInitializedException(java.lang.Throwable cause)
          Create instance of class with predefined parameters
 
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

NotInitializedException

public NotInitializedException()
Create instance of class


NotInitializedException

public NotInitializedException(java.lang.String message)
Create instance of class with predefined parameters

Parameters:
message - error message

NotInitializedException

public NotInitializedException(java.lang.String message,
                               java.lang.Throwable cause)
Create instance of class with predefined parameters

Parameters:
message - error message
cause - error cause

NotInitializedException

public NotInitializedException(java.lang.Throwable cause)
Create instance of class with predefined parameters

Parameters:
cause - error cause


Copyright © 2008. All Rights Reserved.