Class UNCException

All Implemented Interfaces:
Serializable

public class UNCException extends InvalidImageException
Signals that a constructor or method in the UNC package has failed.
See Also:
  • Constructor Details

    • UNCException

      public UNCException()
      Constructs an UNCException without a detail message.
    • UNCException

      public UNCException(String s)
      Constructs an UNCException with the specified detail message. The error message string s can later be retrieved by the Throwable.getMessage() method of class java.lang.Throwable.
      Parameters:
      s - the detail message.
    • UNCException

      public UNCException(String message, Throwable cause)
      Constructs a UNCException with the specified cause.
      Parameters:
      message - the detail message.
      cause - the cause.