org.csapi.jr.se.policy
Class NameSpaceErrorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.csapi.jr.se.policy.PolicyException
                    |
                    +--org.csapi.jr.se.policy.NameSpaceErrorException
All Implemented Interfaces:
java.io.Serializable

public class NameSpaceErrorException
extends PolicyException

Thrown if the specified name matches or does not match the name of an existing object of the appropriate type within this container.

See Also:
Serialized Form

Constructor Summary
NameSpaceErrorException()
           
NameSpaceErrorException(java.lang.String message)
           
NameSpaceErrorException(java.lang.String message, java.lang.Throwable cause)
           
NameSpaceErrorException(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

NameSpaceErrorException

public NameSpaceErrorException()

NameSpaceErrorException

public NameSpaceErrorException(java.lang.String message)

NameSpaceErrorException

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

NameSpaceErrorException

public NameSpaceErrorException(java.lang.Throwable cause)
Method Detail

getCause

public java.lang.Throwable getCause()
Overrides:
getCause in class PolicyException