Package org.hpccsystems.commons.errors
Class WUException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.hpccsystems.commons.errors.WUException
-
- All Implemented Interfaces:
Serializable
public class WUException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WUException(String message, RemoteException e, String wuid)
WUException(Throwable cause, String wuid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getWuid()
Boolean
hasWuid()
void
setWuid(String wuid)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-