org.n52.security.precondition
Class PreconditionHandlingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.n52.security.precondition.PreconditionHandlingException
All Implemented Interfaces:
java.io.Serializable

public class PreconditionHandlingException
extends java.lang.Exception

Author:
drewnak
See Also:
Serialized Form

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

PreconditionHandlingException

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

PreconditionHandlingException

public PreconditionHandlingException()

PreconditionHandlingException

public PreconditionHandlingException(java.lang.String message)
Parameters:
message -

PreconditionHandlingException

public PreconditionHandlingException(java.lang.Throwable cause)
Parameters:
cause -


Copyright © 2004-2009 52north.org. All Rights Reserved.