net.user1.union.core.exception
Class ServerOnlyAttributeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.user1.union.core.exception.UnionException
              extended by net.user1.union.core.exception.AttributeException
                  extended by net.user1.union.core.exception.ServerOnlyAttributeException
All Implemented Interfaces:
java.io.Serializable

public class ServerOnlyAttributeException
extends AttributeException

Thrown when a client, through UPC, triest to set an attribute that has previously been set with the flag Attribute.FLAG_SERVER_ONLY.

See Also:
Serialized Form

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

ServerOnlyAttributeException

public ServerOnlyAttributeException()

ServerOnlyAttributeException

public ServerOnlyAttributeException(java.lang.String message)

ServerOnlyAttributeException

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


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