org.cruxframework.crux.core.server.rest.spi
Class InternalServerErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.cruxframework.crux.core.server.rest.spi.RestFailure
org.cruxframework.crux.core.server.rest.spi.InternalServerErrorException
- All Implemented Interfaces:
- Serializable
public class InternalServerErrorException
- extends RestFailure
Thrown when HTTP Internal Service Error (500) is encountered
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InternalServerErrorException
public InternalServerErrorException(String s)
InternalServerErrorException
public InternalServerErrorException(String s,
Throwable throwable)
InternalServerErrorException
public InternalServerErrorException(String s,
String resp,
Throwable throwable)
InternalServerErrorException
public InternalServerErrorException(String s,
String resp)
InternalServerErrorException
public InternalServerErrorException(Throwable throwable)
Copyright © 2014. All rights reserved.