@Unrecoverable @WebFault(name="ServiceNotAvaiableFault") public class ServiceNotAvaiableException extends Exception
Constructor and Description |
---|
ServiceNotAvaiableException()
Creates an instance.
|
ServiceNotAvaiableException(String msg)
Creates an instance with given message.
|
ServiceNotAvaiableException(String msg,
Throwable cause)
Creates an instance with a given message and cause.
|
ServiceNotAvaiableException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ServiceNotAvaiableException()
public ServiceNotAvaiableException(String msg)
msg
- the messagepublic ServiceNotAvaiableException(String msg, Throwable cause)
msg
- the messagecause
- the causepublic ServiceNotAvaiableException(Throwable cause)
Copyright © 2014. All Rights Reserved.