Package edu.ksu.lti.launch.exception
Class CookieUnavailableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- edu.ksu.lti.launch.exception.CookieUnavailableException
-
- All Implemented Interfaces:
Serializable
public class CookieUnavailableException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CookieUnavailableException()CookieUnavailableException(String message)CookieUnavailableException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-