Package com.portal.app.cc.sharing
Class SharingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.portal.pcm.PortalException
com.portal.app.cc.sharing.SharingException
- All Implemented Interfaces:
Serializable
Signals that a Sharing Module Library exception has occurred.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs anSharingExceptionwith no detail message.SharingException(int opcode) Constructs a newSharingExceptionclass with an argument indicating the opcode which is called.SharingException(EBufException ebufException, int opcode) Constructs a newSharingExceptionclass with an argument indicating the thrown EBufException as well opcode which is called.SharingException(EBufException ebufException, String message) Constructs a newSharingExceptionclass with an argument indicating the thrown EBufException as well opcode which is called.Constructs anSharingExceptionwith the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
SharingException
Constructs a newSharingExceptionclass with an argument indicating the thrown EBufException as well opcode which is called.- Parameters:
opcode- the called opcode.
-
SharingException
public SharingException()Constructs anSharingExceptionwith no detail message. -
SharingException
Constructs anSharingExceptionwith the specified detail message.- Parameters:
s- the detail message.
-
SharingException
Constructs a newSharingExceptionclass with an argument indicating the thrown EBufException as well opcode which is called.- Parameters:
opcode- the called opcode.
-
SharingException
public SharingException(int opcode) Constructs a newSharingExceptionclass with an argument indicating the opcode which is called.- Parameters:
opcode- the called opcode.
-
-
Method Details
-
toString
Converts the error buffer information to a string. This is for logging and debugging, so it doesn't need to be localized. -
getEBufException
- Returns:
- EBufException
-
log
public void log()Logs the exception to the default error log
-