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 anSharingException
with no detail message.SharingException
(int opcode) Constructs a newSharingException
class with an argument indicating the opcode which is called.SharingException
(EBufException ebufException, int opcode) Constructs a newSharingException
class with an argument indicating the thrown EBufException as well opcode which is called.SharingException
(EBufException ebufException, String message) Constructs a newSharingException
class with an argument indicating the thrown EBufException as well opcode which is called.Constructs anSharingException
with 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 newSharingException
class with an argument indicating the thrown EBufException as well opcode which is called.- Parameters:
opcode
- the called opcode.
-
SharingException
public SharingException()Constructs anSharingException
with no detail message. -
SharingException
Constructs anSharingException
with the specified detail message.- Parameters:
s
- the detail message.
-
SharingException
Constructs a newSharingException
class 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 newSharingException
class 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
-