org.springframework.erlang
Class UncategorizedOtpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.erlang.OtpException
org.springframework.erlang.UncategorizedOtpException
- All Implemented Interfaces:
- Serializable
public class UncategorizedOtpException
- extends OtpException
A "catch-all" exception type within the OtpException hierarchy
when no more specific cause is known.
- Author:
- Mark Pollack
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UncategorizedOtpException
public UncategorizedOtpException(Throwable cause)
UncategorizedOtpException
public UncategorizedOtpException(String message,
Throwable cause)
Copyright © 2011. All Rights Reserved.