Class InvalidPreferenceScopeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.uberfire.preferences.shared.impl.exception.InvalidPreferenceScopeException
-
- All Implemented Interfaces:
Serializable
@Portable public class InvalidPreferenceScopeException extends RuntimeException
Exception thrown when a invalid preference scope is used or created. Error details can be found in the exception message.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidPreferenceScopeException()InvalidPreferenceScopeException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidPreferenceScopeException
public InvalidPreferenceScopeException()
-
InvalidPreferenceScopeException
public InvalidPreferenceScopeException(String message)
-
-