Package org.marketcetera.util.ws.tags
Class SessionRequiredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.marketcetera.util.except.I18NException
-
- org.marketcetera.util.ws.tags.SessionRequiredException
-
- All Implemented Interfaces:
Serializable,I18NThrowable
public class SessionRequiredException extends I18NException
Indicates that a session is required.- Since:
- $Release$
- Version:
- $Id: SessionRequiredException.java 17411 2017-04-28 14:50:38Z colin $
- Author:
- Colin DuPlantis
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description SessionRequiredException()Create a new SessionRequiredException instance.SessionRequiredException(Throwable inCause)Create a new SessionRequiredException instance.SessionRequiredException(Throwable inCause, I18NBoundMessage inMessage)Create a new SessionRequiredException instance.SessionRequiredException(I18NBoundMessage inMessage)Create a new SessionRequiredException instance.
-
Method Summary
-
Methods inherited from class org.marketcetera.util.except.I18NException
equals, getDetail, getI18NBoundMessage, getLocalizedDetail, getLocalizedMessage, getMessage, hashCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.marketcetera.util.except.I18NThrowable
getCause
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SessionRequiredException
public SessionRequiredException()
Create a new SessionRequiredException instance.
-
SessionRequiredException
public SessionRequiredException(Throwable inCause)
Create a new SessionRequiredException instance.- Parameters:
inCause- aThrowablevalue
-
SessionRequiredException
public SessionRequiredException(I18NBoundMessage inMessage)
Create a new SessionRequiredException instance.- Parameters:
inMessage- anI18NBoundMessagevalue
-
SessionRequiredException
public SessionRequiredException(Throwable inCause, I18NBoundMessage inMessage)
Create a new SessionRequiredException instance.- Parameters:
inCause- aThrowablevalueinMessage- anI18NBoundMessagevalue
-
-