OSMQ
v2.0.1

osmq.util
Class ImmutableException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byosmq.util.ImmutableException
All Implemented Interfaces:
java.io.Serializable

public class ImmutableException
extends java.lang.RuntimeException

Thrown when a method is invoked that would alter the state of an immutable data attribute.

See Also:
Serialized Form

Constructor Summary
ImmutableException()
           
ImmutableException(java.lang.String msg)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImmutableException

public ImmutableException()

ImmutableException

public ImmutableException(java.lang.String msg)

(c) 2000 - 2003 MQue Systems
All Rights Reserved