Package io.jans.as.server.exception
Class InvalidSchemaUpdateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.jans.as.server.exception.InvalidSchemaUpdateException
-
- All Implemented Interfaces:
Serializable
public class InvalidSchemaUpdateException extends RuntimeException
- Author:
- Yuriy Movchan Date: 10.15.2010
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidSchemaUpdateException(String s)
InvalidSchemaUpdateException(String string, Throwable root)
InvalidSchemaUpdateException(Throwable root)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-