Package com.saperion.rmi.serverexception
Class SaRMISetACLException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.rmi.RemoteException
-
- com.saperion.rmi.serverexception.SaRMIBaseException
-
- com.saperion.rmi.serverexception.SaRMISetACLException
-
- All Implemented Interfaces:
java.io.Serializable
public class SaRMISetACLException extends SaRMIBaseException
- Author:
- szo
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SaRMISetACLException()constructsSaRMISetACLException.SaRMISetACLException(java.lang.String s)constructsSaRMISetACLExceptionwith the specified message.SaRMISetACLException(java.lang.String s, java.lang.Throwable cause)constructsSaRMISetACLExceptionwith the specified message and nested exception.
-
Method Summary
-
Methods inherited from class com.saperion.rmi.serverexception.SaRMIBaseException
getStackTraceString
-
-
-
-
Constructor Detail
-
SaRMISetACLException
public SaRMISetACLException()
constructsSaRMISetACLException.
-
SaRMISetACLException
public SaRMISetACLException(java.lang.String s)
constructsSaRMISetACLExceptionwith the specified message.- Parameters:
s- error message
-
SaRMISetACLException
public SaRMISetACLException(java.lang.String s, java.lang.Throwable cause)constructsSaRMISetACLExceptionwith the specified message and nested exception.- Parameters:
s- error messagecause- nested exception
-
-