com.crankuptheamps.client.exception
Class UnknownException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.crankuptheamps.client.exception.AMPSException
com.crankuptheamps.client.exception.CommandException
com.crankuptheamps.client.exception.UnknownException
- All Implemented Interfaces:
- Serializable
public class UnknownException
- extends CommandException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnknownException
public UnknownException()
UnknownException
public UnknownException(String msg)
UnknownException
public UnknownException(Throwable t)
UnknownException
public UnknownException(String msg,
Throwable t)