Package nl.b3p.csw.client
Class OwsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- nl.b3p.csw.client.OwsException
-
- All Implemented Interfaces:
Serializable
public class OwsException extends Exception
- Author:
- Erik van de Pol
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ExceptionReportexceptionReportprotected Stringmessage
-
Constructor Summary
Constructors Constructor Description OwsException(Exception e)OwsException(ExceptionReport exceptionReport)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
exceptionReport
protected ExceptionReport exceptionReport
-
message
protected String message
-
-
Constructor Detail
-
OwsException
public OwsException(Exception e)
-
OwsException
public OwsException(ExceptionReport exceptionReport)
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessagein classThrowable
-
-