org.jboss.seam.security.external
Class InvalidRequestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.seam.security.external.InvalidRequestException
All Implemented Interfaces:
Serializable

public class InvalidRequestException
extends Exception

Author:
Marcel Kolsteren
See Also:
Serialized Form

Constructor Summary
InvalidRequestException(String description)
           
InvalidRequestException(String description, Exception cause)
           
 
Method Summary
 Exception getCause()
           
 String getDescription()
           
 void setCause(Exception cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

InvalidRequestException

public InvalidRequestException(String description)

InvalidRequestException

public InvalidRequestException(String description,
                               Exception cause)
Method Detail

getDescription

public String getDescription()

getCause

public Exception getCause()
Overrides:
getCause in class Throwable

setCause

public void setCause(Exception cause)


Copyright © 2011 Seam Framework. All Rights Reserved.