org.jwarp.service.security
Class LoginException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.SecurityException
                          |
                          +--org.jwarp.service.security.LoginException
All Implemented Interfaces:
java.io.Serializable

public class LoginException
extends java.lang.SecurityException

See Also:
Serialized Form

Constructor Summary
LoginException(java.lang.String details)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoginException

public LoginException(java.lang.String details)

©   O R C A   S y s t e m s