public class AppEntryPointException
extends org.appops.core.exception.CoreException
AppEntryPointException class.
| Constructor and Description |
|---|
AppEntryPointException(java.lang.String message)
Constructor for AppEntryPointException.
|
AppEntryPointException(java.lang.String message,
java.lang.Throwable cause)
Constructor for AppEntryPointException.
|
AppEntryPointException(java.lang.Throwable cause)
Constructor for AppEntryPointException.
|
public AppEntryPointException(java.lang.String message,
java.lang.Throwable cause)
Constructor for AppEntryPointException.
message - a String object.cause - a Throwable object.public AppEntryPointException(java.lang.Throwable cause)
Constructor for AppEntryPointException.
cause - a Throwable object.public AppEntryPointException(java.lang.String message)
Constructor for AppEntryPointException.
message - a String object.Copyright © 2021. All rights reserved.