com.planet_ink.coffee_mud.core.intermud.server
Class ServerSecurityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.planet_ink.coffee_mud.core.intermud.server.ServerSecurityException
All Implemented Interfaces:
java.io.Serializable

public class ServerSecurityException
extends java.lang.Exception

This exception gets thrown by the server when some class tries to perform an operation it should not be allowed to perform.

See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
ServerSecurityException()
          Constructs a new security excetption with a generic message.
ServerSecurityException(java.lang.String err)
          Constructs a new security exception with the specified error message,
 
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
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

ServerSecurityException

public ServerSecurityException()
Constructs a new security excetption with a generic message.


ServerSecurityException

public ServerSecurityException(java.lang.String err)
Constructs a new security exception with the specified error message,

Parameters:
err - the error message