com.bea.wlevs.eventstore
Class PolicyValidationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.bea.wlevs.eventstore.EventStoreException
                    |
                    +--com.bea.wlevs.eventstore.PolicyValidationException

public class PolicyValidationException
extends EventStoreException

Exception raised if an invalid policy argument is specified.

See Also:
Serialized Form

Constructor Summary
PolicyValidationException()
          Creates an exception with no message or cause.
PolicyValidationException(java.lang.String message)
          Creates an exception having the specified message.
PolicyValidationException(java.lang.String message, java.lang.Throwable cause)
          Creates an exception having the specified message and cause.
PolicyValidationException(java.lang.Throwable cause)
          Creates an exception having the specified cause.
 
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

PolicyValidationException

public PolicyValidationException()
Creates an exception with no message or cause.

PolicyValidationException

public PolicyValidationException(java.lang.Throwable cause)
Creates an exception having the specified cause.

PolicyValidationException

public PolicyValidationException(java.lang.String message)
Creates an exception having the specified message.

PolicyValidationException

public PolicyValidationException(java.lang.String message,
                                 java.lang.Throwable cause)
Creates an exception having the specified message and cause.


Copyright © 2007 BEA Systems All Rights Reserved.