net.shrine.sheriff.controller
Class SheriffAuthException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.shrine.sheriff.model.SheriffException
              extended by net.shrine.sheriff.controller.SheriffAuthException
All Implemented Interfaces:
Serializable

public class SheriffAuthException
extends net.shrine.sheriff.model.SheriffException

Author:
Andrew McMurry
See Also:
Serialized Form

Constructor Summary
SheriffAuthException()
           
SheriffAuthException(String message)
           
SheriffAuthException(String message, Throwable cause)
           
SheriffAuthException(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

SheriffAuthException

public SheriffAuthException()

SheriffAuthException

public SheriffAuthException(String message,
                            Throwable cause)

SheriffAuthException

public SheriffAuthException(String message)

SheriffAuthException

public SheriffAuthException(Throwable cause)


Copyright © 2011. All Rights Reserved.