at.spardat.xma.boot.exc
Class BRLoginException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byat.spardat.xma.boot.exc.BootRuntimeException
              extended byat.spardat.xma.boot.exc.BRLoginException
All Implemented Interfaces:
java.io.Serializable

public class BRLoginException
extends BootRuntimeException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class at.spardat.xma.boot.exc.BootRuntimeException
showToEndUser_
 
Constructor Summary
BRLoginException(java.lang.String strMessage)
           
 
Methods inherited from class at.spardat.xma.boot.exc.BootRuntimeException
getCode, getDetail, getMessage, getShowToEndUser, setCode, setMessage, setMessage, setMessage, setMessage, setShowToEndUser
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

BRLoginException

public BRLoginException(java.lang.String strMessage)