| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception org.apache.harmony.pack200.Pack200Exception
Pack200Exception | public class Pack200Exception extends Exception (Code) | | Represents a problem with a Pack200 coding/decoding issue.
|
Pack200Exception | public Pack200Exception(String message)(Code) | | Create a new Pack200 exception with the given message and cause
Parameters: message - the text message to display |
Pack200Exception | public Pack200Exception(String message, Throwable cause)(Code) | | Create a new Pack200 exception with the given message and cause
Parameters: message - the text message to display Parameters: cause - the throwable that caused this problem |
Pack200Exception | public Pack200Exception(Throwable cause)(Code) | | Create a new Pack200 exception with the given message and cause
Parameters: cause - the throwable that caused this problem |
|
|
|