net.user1.union.core.exception
Class UnionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.user1.union.core.exception.UnionException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AttributeException, ClientNotFoundException, CreateGatewayException, CreateModuleException, CreateRoomException, DatasourceException, RoomNotFoundException, UnionSecurityException

public class UnionException
extends java.lang.Exception

The superclass for all custom exceptions thrown by the server.

See Also:
Serialized Form

Constructor Summary
UnionException()
           
UnionException(java.lang.String message)
           
UnionException(java.lang.String message, java.lang.Throwable cause)
           
UnionException(java.lang.Throwable t)
           
 
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

UnionException

public UnionException()

UnionException

public UnionException(java.lang.String message)

UnionException

public UnionException(java.lang.String message,
                      java.lang.Throwable cause)

UnionException

public UnionException(java.lang.Throwable t)


Copyright USER1 Subsystems Corporation - Tue Jan 28 2014, 05:05 PM -0500