org.jdiameter.api
Class ApplicationAlreadyUseException

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

public class ApplicationAlreadyUseException
extends java.lang.Exception

The ApplicationAlreadyUse signals that the application a user is reporting support for is already in use by someone else.

Version:
1.5.1 Final
See Also:
Serialized Form

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

ApplicationAlreadyUseException

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

Parameters:
message - reason string

ApplicationAlreadyUseException

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

Parameters:
message - message reason string
cause - parent exception

ApplicationAlreadyUseException

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

Parameters:
cause - parent exception


Copyright © 2009. All Rights Reserved.