Class ActionDefNotFoundInASActionServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.anotheria.asg.exception.ASGRuntimeException
-
- net.anotheria.anosite.gen.asaction.service.ASActionServiceException
-
- net.anotheria.anosite.gen.asaction.service.ActionDefNotFoundInASActionServiceException
-
- All Implemented Interfaces:
Serializable
public class ActionDefNotFoundInASActionServiceException extends ASActionServiceException
Exception for gets over non existing id in IASActionService, document: ActionDef- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActionDefNotFoundInASActionServiceException(String id)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ActionDefNotFoundInASActionServiceException
public ActionDefNotFoundInASActionServiceException(String id)
-
-